home *** CD-ROM | disk | FTP | other *** search
/ Resource for Source: C/C++ / Resource for Source - C-C++.iso / codelib6 / v_08_11 / 8n11107a < prev    next >
Encoding:
Text File  |  1995-11-01  |  194 b   |  15 lines

  1.  
  2.    free()
  3.        {
  4.        /* Free routine */
  5.        }
  6.    malloc()
  7.        {
  8.        /* Malloc routine */
  9.        }
  10.    some_other()
  11.        {
  12.        /* Some other routine */
  13.        }
  14.  
  15.